/* banner */
.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 60;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .6);
	margin: 0 10px;
	transition: 0.35s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #D7171F;
}

.banner .item {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
}

.banner .item .pimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bicover {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	line-height: 1.5;
	z-index: 100;
}

.bctxt1 {
	font-weight: normal;
	color: #fff;
	font-size: 34px;
	transform: translateX(-100px) scale(1.2);
	-webkit-transform: translateX(-100px) scale(1.2);
}

.bctxt2 {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
	transform: translateX(-100px) scale(1.2);
	-webkit-transform: translateX(-100px) scale(1.2);
}

.bctxt3 {
	color: #fff;
	font-size: 64px;
	line-height: 1.3;
	transform: translateX(-100px) scale(1.2);
	-webkit-transform: translateX(-100px) scale(1.2);
}

.btr {
	font-weight: normal;
	color: #FF000B;
}

.bty {
	font-weight: normal;
	color: #F4CA85;
}

.bcmore:hover i,
.bcmb:hover i {
	margin-left: 15px;
}

.bcmore {
	display: block;
	width: 228px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border: 1px solid #FFFFFF;
	color: #fff;
	font-size: 14px;
	margin-top: 70px;
	transform: translateX(-100px) scale(1.2);
	-webkit-transform: translateX(-100px) scale(1.2);
}

.bcmore i {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	margin-left: 40px;
	transition: 0.45s;
}

.bctxt1,
.bctxt2,
.bctxt3,
.bcmore {
	opacity: 0;
	visibility: hidden;
	transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.banner .show .bctxt1 {
	transition-delay: 0.15s;
}
.banner .show .bctxt2 {
	transition-delay: 0.35s;
}

.banner .show .bctxt3 {
	transition-delay: 0.55s;
}

.banner .show .bcmore {
	transition-delay: 0.75s;
}

.banner .show .bctxt1,
.banner .show .bctxt2,
.banner .show .bctxt3,
.banner .show .bcmore {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px) scale(1);
	-webkit-transform: translateX(0px) scale(1);
}

.mouseBox {
	position: absolute;
	left: 5%;
	width: 16px;
	bottom: 20px;
	color: #fff;
	z-index:10000;
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 14px;
	width: 16px;
	height: 28px;
	border: 2px solid #fff;
	margin: 0px auto;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.index-about {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
}

.w1440 {
	width: 1440px;
	margin: 0 auto;
}

.iawcont {
	float: left;
	width: 56%;
	box-sizing: border-box;
	padding: 50px 100px 70px 0;
}

.iacyh {
	display: block;
	font-style: normal;
	width: 102px;
	height: 98px;
	background: url(../img/pic1.png) no-repeat;
	background-size: contain;
}

.iactitle {
	font-weight: normal;
	color: #BF9F62;
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.5;
}

.iacdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 40px;
	height: 75px;
	overflow: hidden;
}

.bcmb {
	display: block;
	width: 228px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: 14px;
	margin-top: 70px;
}

.bcmb i {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 13px;
	margin-left: 30px;
	transition: 0.45s;
}

.iawstat {
	width: 42%;
	float: right;
}

.iawstat li {
	position: relative;
	float: left;
	width: 50%;
	height: 283px;
	text-align: center;
	border-left: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.iawstat li:before {
	content: "";
	position: absolute;
	left: -1.5px;
	top: 0;
	width: 3px;
	height: 0;
	background: #D7171F;
}

.ispt {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.isnumber {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}

.szgd {
	display: inline-block;
	font-size: 58px;
}

.istxt {
	display: block;
	color: #666666;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
}

.index-yw {
	position: relative;
	overflow: hidden;
}

.ywtp {
	position: relative;
}

.ytbox {
	display: none;
}

.ybpic {
	position: relative;
	overflow: hidden;
}
.ybpic:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
}
.ybpic img {
	display: block;
	width: 100%;
}

.ybcont {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
}

.ycname {
	color: #fff;
	font-size: 28px;
}

.ycdesc {
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	height: 28px;
	overflow: hidden;
}

.ybcont .bcmb {
	margin-top: 50px;
}

.rmw {
	color: #fff;
	border: 1px solid #fff;
}

.rmw i {
	color: #fff;
}

.bgw {
	background: #fff;
	border: 1px solid #fff;
	margin: 69px auto 0;
}

.ywtab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.ytqh {
	position: relative;
	float: left;
	width: 25%;
	background: rgba(191, 159, 98, .45);
	text-align: center;
	padding: 40px 0;
	z-index: 3;
	cursor: pointer;
}

.ytqh:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #BF9F62;
	transition: 0.65s;
	z-index: -3;
}

.ytqh:hover:before {
	width: 100%;
}

.ytqh:hover .yqicon {
	transform: translateY(-10px);
}

.yqicon {
	display: block;
	color: #fff;
	font-size: 42px;
	line-height: 1.5;
	transition: 0.45s;
}

.yqtxt1 {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.yqtxt2 {
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 14px;
}

/* .index-news {
	padding: 70px 0;
} */

.gytitle {
	color: #333333;
	font-size: 28px;
	font-weight: normal;
}

.inbot {
	margin-top: 20px;
}

.iltab {
	float: left;
	margin-top: ;
}

.itqh {
	display: inline-block;
	color: #666666;
	font-size: 18px;
	margin-right: 30px;
}
.iltab .itqh:last-child{display:none;}
.itqh:hover,
.itqh.active {
	color: #C41A15;
}

.ilbtn {
	float: right;
}

.ibbtn {
	display: none;
	margin-top: 0 !important;
}

.ibbtn.active {
	display: block;
}

.innews {
	display: none;
	margin-top: 50px;
}

.inleft {
	position: relative;
	float: left;
	width: 47%;
}

.inleft:hover .ilnr {
	box-shadow: 0 0 6px #ddd;
}

.inleft:hover .ilpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.inleft:hover .iltxt1,
.inright li:hover .iltxt1 {
	color: #D7171F;
}

.ilpic {
	height: 315px;
	overflow: hidden;
}

.ilpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilnr {
	padding: 20px 35px;
	border: 1px solid #DDDDDD;
	transition: 0.35s;
}

.ildate {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}

.iltxt1 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 2px;
	height: 32px;
	overflow: hidden;
}

.iltxt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
}

.ilmore {
	display: block;
	font-weight: normal;
	color: #D7171F;
	font-size: 14px;
	margin-top: 10px;
}

.inright {
	float: right;
	width: 47%;
}

.inright li {
	position: relative;
	margin-bottom: 30px;
}

.bg-F6F6F6 {
	background: #F6F6F6;
}

.index-project {
	padding: 50px 0 86px 0;
}

.ipbanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-left: -10px;
}

.ipbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	border-radius: 50%;
	background: url(../images/op3.png) repeat;
	color: #fff;
}

.ipbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ipbanner .slick-prev:before {
	content: "\e6bc";
}

.ipbanner .slick-next:before {
	content: "\e6bd";
}

.ipbanner .slick-prev {
	left: 55px;
}

.ipbanner .slick-next {
	right: 55px;
}

.ipbanner .slick-arrow:hover {
	background: #BF9F62;
}

.ipbitem {
	position: relative;
	margin-left: 10px;
}

.iipic {
	overflow: hidden;
}

.iipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.iiwz {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: url(../images/op4.png) repeat;
}

.ipbitem:hover .iipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.bannerItem{
	width: 100%;
	margin-top: 130px;
}